home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / contrib / dvx / qdeck / help / example / margins < prev    next >
Encoding:
Text File  |  1993-07-15  |  508 b   |  8 lines

  1. /FH/UMargins/U/FB
  2.  
  3. The //ML and //MR commands are used to affect margins:
  4.  
  5. /ML12//MR12/This paragraph began with a //ML12// and a //MR12// command. Notice how the left and right margins have been moved in by 12 quarter widths (a quarter width is equivalent to a quarter of the width of a typical character in the current font).
  6.  
  7. /ML-12//MR-12/This paragraph began with a //ML-12// and a //MR-12// command. This returns the margin settings to normal as you can see by the formatting of this paragraph!
  8.